_ETW_STACK_TRACE_BLOCK

//0xa0 bytes (sizeof) struct _ETW_STACK_TRACE_BLOCK { union _LARGE_INTEGER RelatedTimestamp; //0x0 struct _ETHREAD* Thread; //0x8 struct _KDPC StackWalkDpc; //0x10 ULONGLONG ApcSpinLock; //0x50 union _SLIST_HEADER ApcFreeListHead; //0x60 union _SLIST_HEADER ApcGlobalListHead; //0x70 LONG ApcCount; //0x80 ULONG MaxApcCount; //0x84 LONG Flags; //0x88 LONG OutstandingApcCount; //0x8c LONG MaxOutstandingApcCount; //0x90 };